| BsItem |
| Logical Entity Name | BsItem |
| Default Table Name | BsItem |
| Physical Only | NO |
| Definition | |
| Note |
| BsItem Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
| Code | char(20) | NO | ||
| Descrip | varchar(75) | NO | ||
| Publisher | varchar(75) | NO | ||
| YearPublished | char(4) | NO | ||
| Author | varchar(40) | NO | ||
| ISBN | varchar(20) | NO | ||
| BsVendorID | int | NO | ||
| Cost | money | NO | ||
| Price | money | NO | ||
| PriceUsed | money | NO | ||
| OnHand | int | NO | ||
| OnOrder | int | NO | ||
| Active | bit | NO | ||
| ModFlag | char(1) | NO | ||
| UserID | int | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
| ts | timestamp | NO | ||
BsItemID |
int | NO | ||
| Edition | varchar(50) | YES | ||
| Comments | nvarchar(4000) | YES | ||
| CommentsVisible | bit | NO |
| BsItem Primary and Unique Keys |
| Key Name | Key Type | Keys |
| BsItem_BsItemID_U_C_IDX | PrimaryKey | BsItemID |
| BsItem_Code_U_N_IDX | Index | Code |
| BsItem Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |
| AdClassSchedBookList | Non-Identifying | One To Zero or More | FK_AdClassSchedBookListBsItemID_BsItemBsItemID | NO | YES |
| BsItem Check Constraints |
| Check Constraint Name | CheckConstraint |